/* top */
.topBox{ 
    width: 100%;
   min-width: 1190px;
    height: 62px; 
    background: #101a29;    
}

.item1:hover{

display:block;
}
.loginBtn{
    width: 99px;
    display: inline-block;
    text-align: center;
    background: #01d9db;
    border-radius: 10px;
    font-size: 13px;
    margin-left: 10px;
}{
    width: 99px;
    display: inline-block;
    text-align: center;
    background: #01d9db;
    border-radius: 10px;
    font-size: 13px;
    margin-left: 10px;
}
.topBox .top{
    width: 1190px;
    margin: 0 auto;
    position: relative;
	height:100%;
}
.topBox .top .logo{
    display: inline-block;
    height: 46px;
    vertical-align: middle;
    position: absolute;
    /*margin-left: -46px;*/
    margin-top: 8px;
}
.topBox .top .logo img{
    vertical-align: middle;
    
}
.topBox .top .navBox{
    position: absolute;
   /* right: -80px;*/
   right: 0px;
    top:12px;
}
.topBox .top .navBox ul{
    overflow: hidden;
}
.topBox .top .navBox ul li{
    float: left;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
   /* margin: 0 12px;*/
   margin:0;
}
.topBox .top .navBox ul li.on{
    border-bottom: 5px solid #01d9db;
}
.topBox .top .navBox ul li.on a{
    color: #01d9db;
}
.topBox .top .navBox ul li a{
    color: #fff;
    padding: 0 17px;
    display:block;
    font-size:14px;
}
.topBox .top .navBox ul li a:hover{
    color: #01d9db;   
}
/*
	add by ym
*******************/
.topBox .top .navBox ul::after {
    content:"";
    display:block;
    clear:both;
}
.topBox .top .navBox ul ul {
    display:none;
    float:none;
    padding:0px;
    margin:0px;
    min-width: 140px;
    z-index:2;
}
.topBox .top .navBox ul::after {
    content:"";
    display:block;
    clear:both;
}
.topBox .top .navBox ul li:hover > ul {
    display:block;
}
.topBox .top .navBox ul ul {
    background:#101A29;
    border-radius:0;
    position:absolute;
    top:100%;
    padding:0 0 0 0;
}
.topBox .top .navBox ul ul li {
    float:none;
    line-height:51px;
}
/* .container */
.container{
    width: 100%;
    min-width: 1190px;
    overflow: hidden;
    background: url(../images/contbg.jpg) no-repeat;
    padding-bottom: 5px;
    background-size: cover;
}

/* search */
.searchBox{
    /*width: 1490px;*/
	width:1190px;
    margin: 0 auto;
}
.searchTab{
    width: 606px;
    margin: 48px auto;
    padding: 0 20px;
}
.searchTab .hd{
    height: 68px;
}
.searchTab .hd ul{
    overflow: hidden;
    margin-left: 90px;
}
.searchTab .hd ul li{
    float: left;
    width: 110px;
    height: 68px;
    line-height: 68px;
    color: #fff;
    background: url(../images/search-choose.png) no-repeat 10px center;
    padding-left: 30px;
    font-size: 14px;
    cursor: pointer;
}
.searchTab .hd ul li.on{
    background: url(../images/search-check.png) no-repeat 10px center;
}

.box_h{
height:200px;
}
.searchTab .bd{
    height: 40px;
    line-height: 40px;
} 
.searchTab .bd ul{
    overflow: hidden;
    position: relative;
    margin-top: -10px;
}
.searchTab .bd ul input{
    height: 40px;
    line-height: 40px;
    border-radius: 10px;
    border: 0;
}
.searchTab .bd ul .input{
    width: 491px;
    background: #fff;
    padding-left: 15px;
    padding-right: 80px;
}
.searchTab .bd ul .button{
    width: 40px;
    height: 40px;
    border: none;
    background: url(../images/search.png) no-repeat center center;
    position: absolute;
    right: 42px;
    cursor: pointer;
}
/* my library */
.mylib{
    overflow: hidden;
    width: 606px;
}
.mylib input{
    width: 118px;
    float: left;
    padding-left: 30px;
    margin-right: 8px;

}
.mylib input:last-child{
    margin-right: 0;
}
.mylib input.name{
    background: url(../images/icon01.png) no-repeat 8px center #fff;
}
.mylib input.password{
    background: url(../images/icon02.png) no-repeat 8px center #fff;
}
/* 验证码 */
.yzm{
    position: relative;
    float: left;
    width: 184px;
    border-radius: 10px;
    overflow: hidden;
}
.yzm input{
    width: 154px;
    background: url(../images/icon03.png) no-repeat 8px center #fff;
}
.yzm img{
    height: 28px;
    position: absolute;
    top: 5px;
    right: 2px;
}
/* login botton */
.mylib input.loginBtn{
    width: 100px;
    padding-left: 0;
    cursor: pointer;
    background: #01d9db;
    color: #fff;
    float: right;
    margin-left: ;
}

/* navlink */
.navlinkBox{
    /*width: 1490px;*/
	width:1190px;
    height: 70px;
    margin: 75px auto 30px;
    /*overflow: hidden; */
}
.navlink{
   /* overflow: hidden;*/
}
.navlink li{
   /* width: 180px;*/
    width:145px;
    height: 70px;
    float: left;
    text-align: center;
}
.navlink li a{
    display: inline-block;
    padding-top: 36px;
   /* background: url(../images/navlink.png) no-repeat;*/
    line-height: 18px;
    font-size: 14px; 
    color: #fff;
}
.navlink li.nav02 a{
    background-position: -70px 0;
}
.navlink li.nav03 a{
    background-position: -140px 0;
}
.navlink li.nav04 a{
    background-position: -210px 0;
}
.navlink li.nav05 a{
    background-position: -280px 0;
}
.navlink li.nav06 a{
    background-position: -350px 0;
}
.navlink li.nav07 a{
    background-position: -420px 0;
}
.navlink li.nav08 a{
    background-position: -490px 0;
}

.navlink li.on a{
    background-position: 0 -72px;
    color: #01d9db;
}
.navlink li:hover a{
    color: #01d9db;
}
.navlink li.nav02:hover a{
    background-position: -70px -73px;
}
.navlink li.nav03:hover a{
    background-position: -140px -73px;
}
.navlink li.nav04:hover a{
    background-position: -210px -73px;
}
.navlink li.nav05:hover a{
    background-position: -280px -73px;
}
.navlink li.nav06:hover a{
    background-position: -350px -73px;
}
.navlink li.nav07:hover a{
    background-position: -420px -73px;
}
.navlink li.nav08:hover a{
    background-position: -490px -73px;
}


/* content */
.content{
   /* width: 1490px;*/
   width:1190px;
    margin: 0 auto;
    overflow: hidden;
}
/* left */
.contLeft{
    float: left;
    /*width: 492px;*/
	width:33%;
}
/* notice */
.title{
    height: 45px;
    border-bottom: 1px solid #fff;
}
.title h3{
    float: left;
    margin-top: 14px;
    padding: 0 20px;
    line-height: 18px;
    font-size: 16px;
    vertical-align: middle;
    text-align: center;
    border-right: 1px solid #fff;
    font-weight: normal;
}
a.more{
    float: right;
    margin-right: 20px;
    background: url(../images/more.png) no-repeat center right;
   
    height: 45px;
    line-height: 45px;
}
.noticebox .time{
    padding: 18px 15px;
    overflow: hidden;
    border-bottom: 1px dashed #fff;
}
.noticebox .time img{
    float: left;
    margin-right: 7px;
    margin-top:7px;
}
.noticebox .time p{
    line-height: 18px;
}
.noticebox ul{
    margin-top: 10px;
    padding: 0 15px;
}
.noticebox ul li{
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    line-height: 25px;
}

/* hot */
.hotbox, .resultBox{
    margin-top: 15px;
    height:260px;
}
.hotbox .hd, .newsTab .hd{
    height: 45px;
    border-bottom: 1px solid #fff;
    font-size: 16px;
}
.hotbox .hd ul, .newsTab .hd ul{
    overflow: hidden;
    display: inline-block;
}
.hotbox .hd ul li, .newsTab .hd ul li{
    float: left;
    margin-top: 14px;
    line-height: 18px;
    cursor: pointer;
}
.hotbox .hd ul li.on, .newsTab .hd ul li.on{
    border-bottom: 5px solid #01d9db;
    padding-bottom: 9px;
}    
.hotbox .hd ul li.on a, .newsTab .hd ul li.on a{
    color: #01d9db;
}
.hotbox .hd ul li a, .newsTab .hd ul li a{
    /*padding: 0 20px;*/
    padding:0 17px;
	border-right: 1px solid #fff;
}
.hotbox .bd{
    padding: 10px 15px;
    height:220px;
}
.hotbox .bd ul li{   
    width: 100%;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* 成果统计 */
.databox{
    border-bottom: 1px dashed #fff;
}
.databox .data{
    overflow: hidden;
    margin-top: 5px;
}
.databox .data a{
    font-size: 16px;
    color: #fff;
    height: 60px;
    line-height: 60px;
    text-align: center;
    margin-right: 20px;
}
.databox .data a:last-child{
    margin-right: 0;
}
.databox .kind{
    overflow: hidden;
    margin-bottom: 10px;
    padding: 0 10px;
}
.databox .kind a{
    float: left;
    width: 118px;
    text-align: center;
    font-size: 14px;
    line-height: 40px;
    color: #fff;
}
.databox .kind a:first-child, .resultBox .renew a:first-child{
    text-align: left;
}
.databox .kind a:last-child, .resultBox .renew a:last-child{
    text-align: right;
}
.resultBox .renew{
    height: 40px;
    overflow: hidden;
    padding: 20px 0px;
}
.resultBox .renew a{
    float: left;
    width: 144px;
    text-align: center;
    margin-right: 20px;
    font-size: 14px;
    line-height: 40px;
    color: #fff;
}
.resultBox .renew a:last-child{
    margin-right: 0;
}

/* contRight */
.contRight{
    /*width: 760px;*/
	width:66%;
    float: right;
    overflow: hidden;
}
/* 新闻内容切换 */
.newsTab .bd{
    overflow: hidden;
    padding: 10px 0;
    height:374px;
}
.newsTab .bd li{
    float: left;
    width: 46%;
    margin: 0 15px;
}
.newsTab .bd li a{
    display: block;
    width: 100%;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/* 搜索内容 */
.newsTab .hd{
    position: relative;
}
.newsTab .hd .browse{
   /* margin-left: 17px;*/
    float:right;
    display: inline-block;
    line-height: 38px;
    vertical-align: top;
}
.newsTab .hd .browse a{
    display: block;
    width: 70px;
    height: 46px;
    line-height: 46px;
    border: 0;
    background: url(../images/searchBtn01.png)  no-repeat left center;
    padding-left: 30px;
    font-size: 15px;
    color: #fff;
}

/* books */
.booksTab{
    overflow: hidden;
}
.booksTab .hd{
    padding: 0 15px;
}
.booksTab .hd ul{
    overflow: hidden;
  /*  padding: 0 60px;*/
}
.booksTab .hd ul li{
    float: left;
   /* width: 198px;*/
   width:180px;
    text-align: center;
}
.booksTab .hd ul b{
    float: left;
    display: inline-block;
    width: 1px;
    height: 40px;
    background: #fff;
    margin-top: 34px;
}
.booksTab .hd ul li a{
    display: inline-block;
   /* padding: 0 62px;*/
    margin: 15px 0 20px;
    width: 75px;
    line-height: 28px;
}
.booksTab .hd ul li a i{
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: url(../images/books-icon.png) rgba(255, 255, 255, 0.31) center center;
    margin: 0 auto;
}
.booksTab .hd ul li.books01 a i{
    background-position: 0 8px;
}
.booksTab .hd ul li.books02 a i{
    background-position: -71px 8px;
}
.booksTab .hd ul li.books03 a i{
    background-position: -140px 8px;
}
.booksTab .hd ul li.books04 a i{
    background-position: -210px 8px;
}
.booksTab .hd ul li.books01:hover a i{
    background-position: 0 -72px;
}
.booksTab .hd ul li.books02:hover a i{
    background-position: -71px -72px;
}
.booksTab .hd ul li.books03:hover a i{
    background-position: -140px -72px;
}
.booksTab .hd ul li.books04:hover a i{
    background-position: -210px -72px;
}
.booksTab .bd ul{
    overflow: hidden;
}
.booksTab .bd ul li{
    float: left;
    width: 160px;
    height: 180px;
    text-align: center;
}
.booksTab .bd ul li a{
    display: inline-block;
    width: 144px;
    height: 180px;
    position: relative;
}
.booksTab .bd ul li a img{
    width: 100%;
    height: 99%;
    border:1px solid #fff;
}
.booksTab .bd ul li a:hover .showbox{
    display: block;
}
.splitPage ul li:nth-child(1){
                                width:100px;
                                margin-right:40px;
                       }
 .splitPage ul li{
                                width:100px;
                                display:inline;
                                margin: 0 0px;
                                margin-left: -20px;
                       }
.splitPage ul{
                                 width:1920px;
                        }
.booksTab .bd ul li a .showbox{
    display: none;
    position: absolute;
    width: 120px;
    height: 84px;
    background: rgba(0, 0, 0, .68);
    left: 0;
    bottom:-30px;
    padding: 12px;
    text-align: left;
    color: #fff;
}
.booksTab .bd ul li a .showbox span{
    display: inline-block;
    width: 100%;
   overflow:hidden;
   text-overflow: ellipsis;
   display: -webkit-box; 
   -webkit-line-clamp:1; 
  -webkit-box-orient: vertical;
}
.booksTab .bd ul li a .showbox p{
    display: block;
    line-height: 14px;
   margin-top:-10px;
   overflow:hidden;
   text-overflow: ellipsis;
   display: -webkit-box; 
   -webkit-line-clamp: 3; 
  -webkit-box-orient: vertical;
}
.booksTab .bd ul li a .showbox p:nth-child(1){
    display: none；
}

/* footer */
.footer{
    margin:0 auto;
    width:100%;
	min-width:1190px;
    background: #fff;
    height: 127px;
    padding:15px 0;
    overflow: hidden;
    color: #333;
    font-size: 14px; 
}
.footer .code{
    float: left;
}
/* contact */
.contact{
    float: left;   
    margin-top: 1px;
    margin-left: 40px;
}
.contact em{
    display: block;
}
.contact em:last-child{
    margin-top: 10px;
}
.copyright{
    float: left;
    width: 384px;
    text-align: center;
    margin-left: 220px;
    margin-top: 15px;
}
.copyright p{
    font-size: 20px;
    line-height: 36px;
}
.access{
    font-size: 15px;
}
/* friend link */
.linkbox{
    float: left;
    margin-top: 6px;
    margin-left: 150px;
}
.linkbox a{
    display: block;
    float: left;
    color: #000;
    margin-right: 20px;
    font-size: 15px;
}

/*成果统计页面样式*/
.currentNav{
	width:100%;
	height:100px;
	font-size:18px;
	color:#fff;
}
.currentNavLeft,.currentNavRight{
	width:400px;
}
.currentNavLeft p{
	padding-left:51%;
	float:left;
	line-height:100px;
}
.currentNavLeft p span:first-child{
	padding-left:4px;
	padding-right:4px;
}
.currentNavRight{
	width:22%;
	float:right;
	padding-top:70px;
}
.currentNavRight p span:first-child{
	padding-left:14px;
	padding-right:14px;
}
.mainContent{
	width:1190px;
	/*height:1527px;*/
        height:auto;
	margin:0 auto;
}
.reportTbale{
	width:1071px;
	height:100%;
	margin:0 auto;
}
#metadata{
	width:961px;
	height:370px;
	margin-top:53px;
}
.clearFloat{
	clear:both;
}
#dataTypePie{
	width:496px;
	height:377px;
	float:left;
	margin-top:40px;
}
#dataTypeBar{
	width:501px;
	height:326px;
	float:right;
	margin-top:90px;
}

#updateNum,#thisYearUpdateNum,#lastWeekUpdateNum{
	width:959px;
	height:411px;
	margin-top:60px;
}
#thisYearUpdateNum,#lastWeekUpdateNum{
	display:none;
}
.mainContent .reportTbale p{
	margin:0 285px;
	width:100%;
	height:20px;
	
}
.mainContent .reportTbale p span{
	display:block;
	width:104px;
	float:left;
	font-size:20px;
	margin-right:45px;
}
.mainContent .reportTbale p span.selected{
	color:#01D9DB;
}

/*电子期刊内容部分样式*/
.magazineItem{
	width:80%;
        height:auto;
	/*height:643px;*/
	margin:0px auto;
        overflow:hidden;
}
.magazineItem ul{
	font-size:15px;
	margin-top:35px; 
}
.magazineItem ul li{
    font-size:14px;
	display:inline-block;
	width:100%;
	height:30px;
	/*margin:0 205px;*/
	line-height:30px;
	
}
.magazineItem ul li .subTitle{
	float:left;
	display:block;
	width:650px;
}
.magazineItem ul li .author{
	display:block;
	width:185px;
	float:left;
}
.magazineItem ul li div{
    font-size:14px;
	display:block;
	width:25%;
        text-align:right;
	float:left;
       /* margin-left:50px;*/
}
.splitPage {
	font-size:14px;
	color:#fff;
	margin:3% 23%;
}
.splitPage a{
	margin-right:38px;
}


/*最新通知页面样式*/
.magazineItem ul li .noticeSubTitle{
	float:left;
	display:block;
	width:75%;
}
.container-right ul {
    width: 100%;
    margin: 0;
    text-align: right;
}

/*热门电子书页面样式*/
.mainContentSpe{
       width: 1560px;
          height: auto;
        min-height: 650px;
	margin:0 auto;
}
.mainContentSpe .left{
	width:23%;
	
	float:left;
	border-right:1px dashed #fff;
	margin-right:20px;
        position: relative;
}
.mainContentSpe .left input{
	width:311px;
	height:41px;
	border:1px solid #fff;
	border-radius: 5px;
}
.mainContentSpe .left .searchIcon{
	position:relative;
	right:12%;
}
.navTop{
	width:64%;
	height:41px;
	float:left;
	padding-left:2%;
	border-bottom:1px solid #fff;
}
.categoryItem{
	width:100%;
}
.categoryItem li{
	font-size:18px;
	min-height:62px;
	line-height:80px;
	margin-right:9%;
}

.categoryItem li.detail-ategory-item{
	font-size:15px;
	min-height:42px;
	line-height:42px;
	padding-left:10%;
}
.categoryItem li.categoryItems:hover p,
.categoryItem li.categoryItems.selected p{
	border-left:5px solid #01D9DB;
}
.categoryItem li.detail-ategory-item:hover,
.categoryItem li.detail-ategory-item.selected{
	color:#01D9DB;
} 
.categoryItem li p.categoryTitle{
	border-bottom: 1px solid #fff;
	padding-left:5%;

}
.categoryItem li p{
	cursor: pointer;
}
.categoryItem li img{
	float:right;
	margin-right:20px;
	margin-top:10%;
	position:relative;
}
.categoryTitle.selected .selIcon{
	transform: rotate(90deg);
}
.detailCategory{
	display:none;
}
.detail-ategory-item span:last-child{
	float:right;
}

.centerTopNav{
	/*border-bottom:1px solid #fff;*/
}
.centerTopNavLeft{
	font-size:18px;
	float:left;
}
.centerTopNavLeft span:nth-child(2),
.centerTopNavRight span:nth-child(2){
	margin:0 12px;
}
.centerTopNavRight{
	float:right;
	font-size:14px;
}

.categoryDetail{
	width:64%;
	height:78%;
	float:left;
	padding-left:2%;
	font-size:18px;
}
.picBook{
	width:100%;
	margin-top:3%;
}
/*
@media screen and (max-width: 1580px) and (min-width: 1480px)
.container-right {
    width: 1330px;
    margin: 0 120px;
}
@media screen and (max-width: 1580px) and (min-width: 1480px)
.container-right {
    width: 1330px;
    margin: 0 120px;
}
@media screen and (max-width: 1580px) and (min-width: 1480px)
.container-right {
    width: 1330px;
    margin: 0 120px;
}
@media screen and (max-width: 1580px) and (min-width: 1480px)
.container-right {
    width: 1330px;
    margin: 0 120px;
}*/
.picBook img{
	width:20%;
}
.picBook ul{
	margin-left:3%;
	margin-top:-1%;
	width:77%;
	margin-bottom:3%;
}
.picBook img,.picBook ul{
	float:left;
	color:#fff;
}
.picBook ul .moreInfo{
	float:right;
	margin-right:5%;
	display:block;
	width:12%;
}
.picBook ul .moreInfo img{
	width:8px;
	height:14px;
	float:right;
	margin-right:2%;
	margin-top:11%;
}
.xueke.selected,.second.selected,.third.selected,.fourth.selected,.fifth.selected,.sixth.selected{
	display:block;
}
.xueke,.second,.third,.fourth,.fifth,.sixth{
	display:none;
}


/* 本馆概况 */
/* .container{
    width: 100%;
    min-width: 1660px;
    overflow: hidden;
    background: url(../images/contbg.jpg) no-repeat;
    padding-bottom: 5px;
    background-size: cover;
} */
/*add by hp 2019-03-06*/
.container-top{
    margin:0 auto;
    width:1190px;
}
.container-top h3{
    margin: 1% 5%;
    font-size: 14px;
    font-weight: normal;
}

/*modify by hp 2019-03-06*/
.container-right{
    width: 90%;
    margin: 0 auto;
    padding-bottom:3px;
    border-bottom: 1px solid #fff;
  
}

.container-right ul li{
    list-style: none;
    display: inline;
    font-size: 14px;
}

/*modify by hp 2019-03-06*/
.container-bottom{
    margin: 0 auto;
    border-bottom:1px solid #fff;
    margin-top:-160px;
    width:1190px;
}
.con-bottom h2{
    width: 100%;
    margin-top:3%;
    margin-bottom: 0.4%;
    text-align: center;
    margin-top: 20%;
}
.con-bottom .ts{
    width: 80%;
    margin: 0 auto;
    border-top: 1px dashed #fff;
    border-bottom: 1px dashed #fff;
}
.container-bottom ul{
    width: 100%;
    padding: 0.5% 0;
    margin-left:20%;
}
.container-bottom ul li{
    display: inline;
    padding-right:4%;
    font-size: 16px;
    margin-left:3%;
    border-right: 1px solid #fff;
}
.container-bottom ul li:last-child{
    border-right:none;
}
.newspic{
    width: 930px;
    height: 358px; 
    margin: 0 auto;
}
.newspic img{
    margin: 3% 0;
    width: 930px;
    height: 358px;

}
.new_nr{
    width: 65%;
    margin: 0 auto;
    padding-bottom: 5%;
}
.new_nr h3{
    margin:50px 0 0 0;
    font-size: 17px;
}
.new_nr p{
    font-size: 16px;
    margin-top: 20px;
}
.new_nr span{
    width:97%;
    display: block;
    text-indent: 1.2rem;
    font-size: 15px;
}
.new_nr .time{
    width:30%;
    margin: 4%  100%;
}
.new_nr ul.article{
    width: 100%;
    margin-left: -2%;
}
.new_nr ul.article li{
    width: 100%;
    display: inherit;
    border: none;
}

/* 资源导航、数据库导航、电子丛书导览、电子书查询*/
.container .list{
    width: 80%;
    margin: 0 auto;

}
.container .list h4{
    width: 15%;
    float: left;
    line-height: 400%;
}
.container .list ul{
    width: 80%;
    margin-left:13%;
    line-height: 400%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow:ellipsis;
}
.container .list ul li{
    margin-left: 2%;
    display: inline-block;
    float:left;
}
.container .list ul li a{
    width: 90%;

}
.container .list ul li a:hover{
    color:#fff;
}
.container .list-bottom{
    width: 90%;
    margin: 0 auto;
}
.container .list-bottom ul{
    width: 100%;
    height:100px;
    font-size:14px;
    border:1px solid;
    display: flex;
    justify-content: center;
    font-size: 0.7rem;
    align-items: Center;
}
.container .list-bottom ul li{
    float: left;
    width: 230px;
    height: 70px;
    text-align:center;
    line-height:20px;
}
.container .list-bottom ul.heading li{justify-content: center;}
.container .list-bottom ul li a{
    text-align: left;
    vertical-align: middle;
    white-space: normal;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.container .list-bottom ul li:nth-child(2),.container .list-bottom ul li:nth-child(3){
    text-align: left;
}
.container .list-bottom ul li:nth-child(5),.container .list-bottom ul li:nth-child(6){
    width: 90px;
}
.container .list-bottom ul li:first-child,.container .list-bottom ul li:nth-child(7),.container .list-bottom ul li:last-child{
    width: 70px;
    display: flex;
    justify-content:center;
    align-items:Center;
}
.container .list-bottom ul li:nth-child(7){
    text-decoration: underline;
}
.container .list-bottom ul.heading li{
    text-decoration: none;
    text-align: center;
   
}
.container .list-bottom ul.heading li {
    border-right: 1px solid #fff;
    height:15px;
    font-size:16px;
    text-decoration: none;
    line-height: 15px;
    display:block;
    display: flex;
    justify-content: center;
    align-items: center;
	margin:45px 0;
}
.container .list-bottom ul.heading li:nth-child(2),.container .list-bottom ul.heading li:nth-child(3),.container .list-bottom ul.heading li:nth-child(4){
    width: 228px;
}
.container .list-bottom ul.heading li:last-child{
    border-right: none;
}
/* 分页 */
.container .pages{
    width: 70%;
    margin: 2% auto;
    position:relative;
}
.container .pages ul{
    width: 25%;
    position: absolute;
    left: 90%;
} 
.container .pages ul li{
    margin-left: 1%;
    display: inline-block;
}
.container .pages ul li:nth-child(2),.container .pages ul li:last-child{
    margin-left:10%;

}
.container .pages ul li:nth-child(5),.container .pages ul li:nth-child(6){
    margin-left: -1px;

}
                        .splitPage ul li:nth-child(1){
                                width:100px;
                                margin-right:40px;
                       }
                        .splitPage ul li{
                                width:100px;
                                display:inline;
                                margin: 0 0px;
                                margin-left: 0px;
                       }

                        .splitPage ul{
                                 width:1920px;
                        }

/* 工具下载页面样式 */
.content{
    height:624px;
}
.scontent{
width:1198px;
margin:0 auto;
}
 
/*modify by hp 2019-03-06*/
.scontent li{
   display: inline-block;
   text-align:center;
   margin:5% auto;
}
.xcontent li{
      float: left;
}
.xcontent{
    padding-top:15px;
}
.leftbox{
width:140px;
height:141px;
}
.rightbox{
    width:70%;
}
.imgstyle{
    width:134px;
    height:134px;
}

.imgbtn{
    width:126px;
    height: 30px;
}

.content{
    height:1090px;
}
.righty{
    position: absolute;
    right:0px;
    top:101px;
}
.pageon{
    color: #0ad3cd;
}

.pagenumber a:hover{
color:#0ad3cd;
}
.pagenumber{
    font-size: 16px;
    margin:0 auto;
    text-align: center;
    margin-top:61px;
}

.pagenumber a{
    margin-left:18px;
}

.yema{
    margin-left:50px;
}


/* 图书简介页面样式 */

.center{
    color: #c3c3c3;
    width:88%;
    
    position:relative;
    margin-left: 362px;
    width:60%;

}
.center h3{
    font-size:24px;
    padding:0 20px;
}
.center .secondb{
   position: absolute;
   top:30px;
   left:20px; 
}
/*modify by hp 2019-03-06*/
.titlel{
    margin-left:20px;
    font-size:16px;
    border-bottom: 1px solid #ebebeb;
    width:1190px;
    margin:0 auto;
    padding-bottom:4px;
    font-weight:200;
    margin-top:20px;
}
.mainC{
    margin-top:35px;
    position: relative;
    width: 1325px;
}   
.left p{
    color:#a4a7ac;
    font-size:12px;
    font-weight: 300;

}
.left img{
    width:235px;
    height:300px;
    margin-left:98px;
}
.left h3{
    width: 240px;
    margin-left: 99px;
    margin-top: 9px;
    font-weight: 300;
    font-size: 18px;
    color:#fff;
}

.brief{
    margin-left: 100px;
    margin-top: 68px;
    font-size: 15px;
    font-weight: 100;
    color:white;
}
.left .author{
    width: 240px;
}
.left .publication{
    width: 240px;
}
.left .press{
    width: 240px;

}
.left .classnumber{
    width: 240px;

}
.left .edition{
    width: 240px;

}
.left .pn{
    width: 240px;

}
.footnav{
    margin:0 auto;
    width:80%;
    margin-left:9%;
    font-size:14px;
    display:flex;
    padding-top: 100px;
    padding-bottom: 100px;
}

.nextbook{
margin-left:400px;
}
.cl{
    color: #f0d854;
    margin-left:10px;
}



    /*登录后的样式*/
    .box1 li{
        float: left;
        font-family:微软雅黑;
        font-size:16px;
        text-align: center;
        line-height:39px;
    }
    .login1{
    width: 99px;
    display: inline-block;
    text-align: center;
    background: #01d9db;
    border-radius: 10px;
    font-size: 13px;
    }

.signout{
    margin-left:197px;
}

.signout a:hover{
    color: #fff;
}
.library{
   margin-left:122px;
}
.inputstyle{
    border: none;
    background: none;
    color:#fff;
    font-size:16px;
    width:70px;
}


#list-bottom table{
    width:100%;
    text-align:center;
    border: 1px solid #fff;
}

#list-bottom table tr{
   height:100px;
   border-bottom: 1px solid #fff;
}

#list-bottom table tr th,#list-bottom table tr td{
  line-height: 20px;
}

#list-bottom table tr th:first-child{
   width:5%;
}

#list-bottom table tr th:nth-child(3),
#list-bottom table tr th:nth-child(4),
#list-bottom table tr th:nth-child(6){
     width:14%;
}

#list-bottom table span {
    border-right: 1px solid #ddd;
    display: block;
    font-size:14px;
}

#list-bottom table tr th:nth-child(6) span{
   border-right:none;
}

#list-bottom table tr th:nth-child(2){
   width:16%;
}

.splitPage .currentpage{
   color:#01d9db;
}

.circleSpan{display:block;;position:absolute;left:0;top:10px;background:#fff;height:10px;width:10px;border-radius:50%;}
.circleSpan.hover{background:#01d9db;}